home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbpcopy / frmvbcm.frm (.txt) < prev    next >
Visual Basic Form  |  1998-10-06  |  38KB  |  1,026 lines

  1. VERSION 5.00
  2. Begin VB.Form frmVbcM 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Visual Basic Project Copy"
  5.    ClientHeight    =   5376
  6.    ClientLeft      =   36
  7.    ClientTop       =   324
  8.    ClientWidth     =   7080
  9.    Icon            =   "frmVbcM.frx":0000
  10.    LinkTopic       =   "frmVbcM"
  11.    MaxButton       =   0   'False
  12.    ScaleHeight     =   5376
  13.    ScaleWidth      =   7080
  14.    StartUpPosition =   3  'Windows Default
  15.    WhatsThisHelp   =   -1  'True
  16.    Begin VB.Frame fraOptions 
  17.       Caption         =   "Options"
  18.       Height          =   732
  19.       Left            =   120
  20.       TabIndex        =   23
  21.       ToolTipText     =   "Select the Copy Options here"
  22.       Top             =   4560
  23.       Width           =   5412
  24.       Begin VB.CheckBox chkNoHelp 
  25.          Caption         =   "Don't Copy .hlp File"
  26.          Height          =   252
  27.          Left            =   2640
  28.          TabIndex        =   32
  29.          ToolTipText     =   "Check if you don't want to Copy the .hlp file"
  30.          Top             =   360
  31.          Width           =   2532
  32.       End
  33.       Begin VB.CheckBox chkNoExe 
  34.          Caption         =   "Don't Copy .exe File"
  35.          Height          =   252
  36.          Left            =   120
  37.          TabIndex        =   31
  38.          ToolTipText     =   "Check if you don't want to Copy the .exe file"
  39.          Top             =   360
  40.          Width           =   2412
  41.       End
  42.    End
  43.    Begin VB.CommandButton cmdOpenOutput 
  44.       Caption         =   "Open Output Project"
  45.       Height          =   492
  46.       Left            =   5760
  47.       TabIndex        =   30
  48.       ToolTipText     =   "Opens the VB Project stored in the Output Directory"
  49.       Top             =   3360
  50.       Width           =   1212
  51.    End
  52.    Begin VB.CommandButton cmdOpenInput 
  53.       Caption         =   "Open Input Project"
  54.       Height          =   492
  55.       Left            =   5760
  56.       TabIndex        =   29
  57.       ToolTipText     =   "Opens the Input VB Project"
  58.       Top             =   2760
  59.       Width           =   1212
  60.    End
  61.    Begin VB.CommandButton cmdCancel 
  62.       Caption         =   "Exit"
  63.       BeginProperty Font 
  64.          Name            =   "MS Sans Serif"
  65.          Size            =   12
  66.          Charset         =   0
  67.          Weight          =   700
  68.          Underline       =   0   'False
  69.          Italic          =   0   'False
  70.          Strikethrough   =   0   'False
  71.       EndProperty
  72.       Height          =   612
  73.       Left            =   5760
  74.       TabIndex        =   24
  75.       ToolTipText     =   "Exists from Visual Basic Project Copy"
  76.       Top             =   240
  77.       Width           =   1212
  78.    End
  79.    Begin VB.Frame fraReplace 
  80.       Caption         =   "String Replacement"
  81.       Height          =   1812
  82.       Left            =   120
  83.       TabIndex        =   6
  84.       ToolTipText     =   "Enter the Find and Replace strings here"
  85.       Top             =   2640
  86.       Width           =   5412
  87.       Begin VB.CheckBox chkCase 
  88.          Caption         =   "Match Case"
  89.          Height          =   252
  90.          Index           =   4
  91.          Left            =   4080
  92.          TabIndex        =   22
  93.          ToolTipText     =   "Set whether to Match Case in Replacement"
  94.          Top             =   1440
  95.          Width           =   1212
  96.       End
  97.       Begin VB.CheckBox chkCase 
  98.          Caption         =   "Match Case"
  99.          Height          =   252
  100.          Index           =   3
  101.          Left            =   4080
  102.          TabIndex        =   18
  103.          ToolTipText     =   "Set whether to Match Case in Replacement"
  104.          Top             =   1080
  105.          Width           =   1212
  106.       End
  107.       Begin VB.CheckBox chkCase 
  108.          Caption         =   "Match Case"
  109.          Height          =   252
  110.          Index           =   2
  111.          Left            =   4080
  112.          TabIndex        =   14
  113.          ToolTipText     =   "Set whether to Match Case in Replacement"
  114.          Top             =   720
  115.          Width           =   1212
  116.       End
  117.       Begin VB.CheckBox chkCase 
  118.          Caption         =   "Match Case"
  119.          Height          =   252
  120.          Index           =   1
  121.          Left            =   4080
  122.          TabIndex        =   10
  123.          ToolTipText     =   "Set whether to Match Case in Replacement"
  124.          Top             =   360
  125.          Width           =   1212
  126.       End
  127.       Begin VB.TextBox txtFind 
  128.          Height          =   288
  129.          Index           =   4
  130.          Left            =   120
  131.          TabIndex        =   19
  132.          Text            =   "Text1"
  133.          Top             =   1440
  134.          Width           =   1692
  135.       End
  136.       Begin VB.TextBox txtReplace 
  137.          Height          =   288
  138.          Index           =   4
  139.          Left            =   2280
  140.          TabIndex        =   21
  141.          Text            =   "Text1"
  142.          ToolTipText     =   "Enter a Replacement String"
  143.          Top             =   1440
  144.          Width           =   1692
  145.       End
  146.       Begin VB.TextBox txtFind 
  147.          Height          =   288
  148.          Index           =   3
  149.          Left            =   120
  150.          TabIndex        =   15
  151.          Text            =   "Text1"
  152.          Top             =   1080
  153.          Width           =   1692
  154.       End
  155.       Begin VB.TextBox txtReplace 
  156.          Height          =   288
  157.          Index           =   3
  158.          Left            =   2280
  159.          TabIndex        =   17
  160.          Text            =   "Text1"
  161.          ToolTipText     =   "Enter a Replacement String"
  162.          Top             =   1080
  163.          Width           =   1692
  164.       End
  165.       Begin VB.TextBox txtReplace 
  166.          Height          =   288
  167.          Index           =   2
  168.          Left            =   2280
  169.          TabIndex        =   13
  170.          Text            =   "Text1"
  171.          ToolTipText     =   "Enter a Replacement String"
  172.          Top             =   720
  173.          Width           =   1692
  174.       End
  175.       Begin VB.TextBox txtReplace 
  176.          Height          =   288
  177.          Index           =   1
  178.          Left            =   2280
  179.          TabIndex        =   9
  180.          Text            =   "Text1"
  181.          ToolTipText     =   "Enter a Replacement String"
  182.          Top             =   360
  183.          Width           =   1692
  184.       End
  185.       Begin VB.TextBox txtFind 
  186.          Height          =   288
  187.          Index           =   2
  188.          Left            =   120
  189.          TabIndex        =   11
  190.          Text            =   "Text1"
  191.          ToolTipText     =   "Enter a String to Replace"
  192.          Top             =   720
  193.          Width           =   1692
  194.       End
  195.       Begin VB.TextBox txtFind 
  196.          Height          =   288
  197.          Index           =   1
  198.          Left            =   120
  199.          TabIndex        =   7
  200.          Text            =   "Text1"
  201.          ToolTipText     =   "Enter a String to Replace"
  202.          Top             =   360
  203.          Width           =   1692
  204.       End
  205.       Begin VB.Label lblWith 
  206.          AutoSize        =   -1  'True
  207.          Caption         =   "with"
  208.          Height          =   192
  209.          Index           =   4
  210.          Left            =   1920
  211.          TabIndex        =   20
  212.          Top             =   1440
  213.          Width           =   264
  214.       End
  215.       Begin VB.Label lblWith 
  216.          AutoSize        =   -1  'True
  217.          Caption         =   "with"
  218.          Height          =   192
  219.          Index           =   3
  220.          Left            =   1920
  221.          TabIndex        =   16
  222.          Top             =   1080
  223.          Width           =   264
  224.       End
  225.       Begin VB.Label lblWith 
  226.          AutoSize        =   -1  'True
  227.          Caption         =   "with"
  228.          Height          =   192
  229.          Index           =   2
  230.          Left            =   1920
  231.          TabIndex        =   12
  232.          Top             =   720
  233.          Width           =   264
  234.       End
  235.       Begin VB.Label lblWith 
  236.          AutoSize        =   -1  'True
  237.          Caption         =   "with"
  238.          Height          =   192
  239.          Index           =   1
  240.          Left            =   1920
  241.          TabIndex        =   8
  242.          Top             =   360
  243.          Width           =   264
  244.       End
  245.    En